jetbrainsRuntime

fun jetbrainsRuntime(explicitVersion: String)

Adds a dependency on JetBrains Runtime.

Parameters

explicitVersion

The explicit version of the JetBrains Runtime.


fun jetbrainsRuntime(explicitVersion: Provider<String>)

Adds a dependency on JetBrains Runtime.

Parameters

explicitVersion

The provider for the explicit version of the JetBrains Runtime.


fun jetbrainsRuntime(version: String, variant: String, architecture: String)

Adds a local dependency on JetBrains Runtime.

Parameters

version

The JetBrains Runtime version.

variant

The JetBrains Runtime variant.

architecture

The JetBrains Runtime architecture.


fun jetbrainsRuntime(version: Provider<String>, variant: Provider<String>, architecture: Provider<String>)

Adds a local dependency on JetBrains Runtime.

Parameters

version

The provider of the JetBrains Runtime version.

variant

The provider of the JetBrains Runtime variant.

architecture

The provider of the JetBrains Runtime architecture.